@charset "utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}

body {

	padding: 0;
	margin: 0;
    font-family: "Poppins", sans-serif;
    background:rgba(238, 63, 36);
    color:rgba(255,239,203);
	
}

h1, h2 {
	font-family: "Poppins", sans-serif;
}

.container1 {
	position: sticky;
	z-index: 2;
	top: 0;
	overflow: hidden;
	width: 100%;
	background-color:rgba(238, 63, 36);
    margin: auto;
    border-radius: 2px;
    padding:15px;
	box-sizing: border-box;
	justify-content: flex-end;
	display: flex;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

.navi {
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 50px;
	margin-right: 5px;
}

.navi a:link {
	color:antiquewhite;
	font-weight: 400;
	font-size: 1.0em;
	font-family: "Nunito Sans", sans-serif;
    text-decoration: underline;	
}

.navi a:hover {
	color: rgba(2,56,32);
}

/* Container for the entire menu section */

.search-box {
    margin-bottom: 30px;
}

#menuSearch {
    width: 88%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.15); 
    border: 1px solid #FFFFFF;            
    border-radius: 4px;                  
    color: #FFFFFF;                       
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    outline: none;                       
    transition: background 0.3s ease;
}

#menuSearch::placeholder {
    color: rgba(255, 255, 255, 0.7);  
}


#menuSearch:focus {
    background: rgba(255, 255, 255, 0.25); 
    border-color: #F8B133;                
}


.search-box {
    position: relative;
}


.search-box::after { 
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8rem;
    opacity: 0.6;
    pointer-events: none; 
}

.menu-page-wrapper {
    display: flex; 
    background-color: #E6482E; 
    padding: 60px 40px;
    gap: 40px; 
    align-items: flex-start;
}

.menu-sidebar {
    width: 280px; 
    flex-shrink: 0; 
    top: 40px;
	color: white;
}

.menu-main-content {
    flex-grow: 1; 
}

.menu-items-section {
    background-color: #E6482E; 
    color: white;
	display: flex;
	align-items: center;
	padding: 60px 20px;
	text-align: center;
	justify-content: center;
}

.menu-header {
    margin-bottom: 30px;
	flex: 0 0 200px;         
    text-align: left;
    color: white;
	margin-left: 40px;
	margin-top: 60px;
}

.menu-title {
    font-size: 3rem;
    font-family: 'Poppins', sans-serif; /* Bold restaurant style */
    text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
}

/* The Grid System */
.menu-grid {
    flex: 1;
    display: grid;
    /* The second value must be 1fr to allow cards to fill space */
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); 
    gap: 25px;
    justify-content: center;
    width: 100%; /* Changed from 90% to fill the content area better */
}

/* Individual Card Styling */
.menu-item-card {
    background-color: transparent;
    border: 2px solid #FDF1D3; 
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex; 
    flex-direction: column;
}

.menu-item-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}


.menu-item-image {
    height: 200px;
    overflow: hidden;
    background-color: #000;
}

.menu-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1; 
    transition: 0.3s ease;
    display: block; 
}

.menu-item-card:hover {
    opacity: 1; 
    transform: scale(1.05);
	flex-direction: column;
	overflow: hidden;
	background-color: transparent;
}

.menu-item-info {
    background-color: #F8B133; 
    padding: 12px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
	gap: 10px;
	margin-top: 0;
}

.menu-item-name {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

.arrow {
    font-size: 0.8rem;
    font-weight: bold;
}

.category .sub-menu {
    display: none;
	padding-left: 20px;
	margin-top: 10px;
}

.category.active .sub-menu {
	display: block;
}

.category-title, .category-item {
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
}

.category-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sub-menu label {
    display: flex;             
    align-items: center;     
    gap: 12px;               
    padding: 8px 0;
    cursor: pointer;
    color: white;
    font-size: 0.95rem;
}

.filter-check {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #F8B133;
}

/*footer section*/

.footer {
    padding: 60px 80px 30px;
    box-sizing: border-box;

}

footer-main {
	display: grid;
	grid-template-columns: 2 1 1 1;
	column-gap: 40px;
}

.logo{
	font-size: 100px;
	font-weight: bold;
	margin-bottom: 20px;
	width: 10%;
}

footer-brand p{
	max-width: 300px;
    margin-bottom: 25px;	
	font-size: 100px;
}

.btn{
	display: inline-block;
	padding: 10px 24px;
	border: 1px #F5C36A;
	color: #f5c36a;
	text-decoration: none;
	font-size: 14px;
}

.footer-row {
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    min-height: 100px;
    padding: 1%;
    gap: 25px;
}

.footer-col ul {
	list-style: none;
	padding: 0;
}

.footer-col ul li {
	margin-bottom: 10px;
}

.footer-col a {
	text-decoration: none;
	color: antiquewhite;
	font-size: 14px;
}

.footer-col a:hover {
	color: rgba(2,56,32);
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	font-size: 12px;
	color: aliceblue;
	border-top: 1px solid rgba(2,56,32);
	padding-top: 20px;
}

